-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MIGraphX + ROCm Onnxruntime Execution Provider support to Onnxruntime Backend #231
Add MIGraphX + ROCm Onnxruntime Execution Provider support to Onnxruntime Backend #231
Conversation
python3 tools/gen_ort_dockerfile.py --migraphx-home=/opt/rocm --ort-migraphx --rocm-home=/opt/rocm/ --rocm-version=5.7 --enable-rocm --migraphx-version=rocm-5.7.1 --ort-version=1.17.0 --output=migx_rocm_triton_inf.dockerfile --triton-container=rocm/oai-triton:preview_2023-11-29_182
8db05c5
to
57cdc67
Compare
edb3165
to
779f017
Compare
This reverts commit 3386bf2.
Thank you for contributing this pull request! Unfortunately, we cannot support non-NVIDIA-sanctioned containers. If you would like to support this in your own repo, you could fork this repository as long you keep all the relevant licenses and legal headers in the files. |
Already done. No worries. :) |
Add support for MIGraphX and ROCm Execution Providers as part of the Onnxruntime backend